Click or drag to resize

AttachmentSave Method (Stream)

Saves this attachment to the specified stream.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream
See Also